home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / drying.swf / scripts / DefineSprite_116 / frame_2 / DoAction.as
Text File  |  2008-08-08  |  81b  |  9 lines

  1. if(_parent.wait <= 0)
  2. {
  3.    gotoAndPlay(4);
  4. }
  5. else
  6. {
  7.    _parent.wait--;
  8. }
  9.